home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / biotry / biotray.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1997-01-29  |  2KB  |  89 lines

  1. object Form4: TForm4
  2.   Left = 535
  3.   Top = 365
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Form4'
  7.   ClientHeight = 66
  8.   ClientWidth = 92
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button4: TButton
  17.     Left = 34
  18.     Top = 16
  19.     Width = 27
  20.     Height = 15
  21.     Caption = 'Button4'
  22.     TabOrder = 2
  23.   end
  24.   object Button1: TButton
  25.     Left = 0
  26.     Top = 0
  27.     Width = 93
  28.     Height = 17
  29.     Hint = 'Click here to come back'
  30.     Caption = 'O.K.'
  31.     ParentShowHint = False
  32.     ShowHint = True
  33.     TabOrder = 0
  34.     OnClick = Button1Click
  35.   end
  36.   object Button2: TButton
  37.     Left = 0
  38.     Top = 16
  39.     Width = 93
  40.     Height = 17
  41.     Hint = 'Click here to see some info'
  42.     Caption = 'About BioTray'
  43.     ParentShowHint = False
  44.     ShowHint = True
  45.     TabOrder = 1
  46.     OnClick = Button2Click
  47.   end
  48.   object Button5: TButton
  49.     Left = 0
  50.     Top = 49
  51.     Width = 93
  52.     Height = 17
  53.     Hint = 'Click here to stop BioTray'
  54.     Caption = 'Close'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 3
  58.     OnClick = Button5Click
  59.   end
  60.   object Button3: TButton
  61.     Left = 0
  62.     Top = 32
  63.     Width = 93
  64.     Height = 17
  65.     Hint = 'Click here to see your curves'
  66.     Caption = 'Curves'
  67.     ParentShowHint = False
  68.     ShowHint = True
  69.     TabOrder = 4
  70.     OnClick = Button3Click
  71.   end
  72.   object BalloonHint1: TBalloonHint
  73.     BorderColor = clBlack
  74.     Color = clInfoBk
  75.     Font.Color = clWindowText
  76.     Font.Height = -11
  77.     Font.Name = 'MS Sans Serif'
  78.     Font.Style = []
  79.     MaxWidth = -4
  80.     Behavior = [bbNoShowMouseDown, bbUseRegions, bbHideOnPaint]
  81.     Position = bpAboveRight
  82.     ShadowDepth = 8
  83.     Shape = bsRoundRect
  84.     Active = True
  85.     Left = 26
  86.     Top = 12
  87.   end
  88. end
  89.